| JspEngineInfo Class | |
| public abstract class JspEngineInfo extends Object | |
Object JspEngineInfo The JspEngineInfo class is used to obtain information on the current JSP engine. |
|
| JspEngineInfo() | |
| public JspEngineInfo() | Constructor |
|
Since the JspEngineInfo class is abstract, a JspEngineInfo object is not created directly. Sub-classes of JspEngineInfo can call this constructor. |
|
| getSpecificationVersion() | |
| public abstract String getSpecificationVersion() | Method |
|
getSpecificationVersion() returnsa String containing the version number, for example "2.0" of the JSP engine. The return value is null if the specification version is unknown. |
|